03. MITM Quiz 1

MITM Quiz

Question:

Start Quiz:

Solution:

INSTRUCTOR NOTE:

Instructor Notes

Go to the settings in Chrome, search for Proxy and click the Proxy Settings button and set your HTTP and HTTPS Proxy settings to localhost Port 13370.

Chrome Setup

How to setup Chrome

On Mac:

  1. go to Chrome's settings and search for "proxy"
    or copy and paste this into Chrome's address bar chrome://settings/search#proxy
  2. click the "Change proxy settingsā€¦" button
    image
  3. enable the HTTP proxy
  • set the Web Proxy Server to the localhost and the port to 8080
    • enable the HTTPS proxy
    • set the Secure Web Proxy Server to localhost and the port to 8080
    • click "OK" to verify the changes to the Proxy settings
    • click "Apply" for these changes to take effect

Proxy settings in System Preferences

Windows Setup

On Windows:

  1. Follow steps 1-2 from Mac instructions
  • Click on LAN Settings button
  • Enable Use a proxy server for your LAN
  • Set the Address to localhost and the Port to 8080
  • click "OK" to verify the changes to the Proxy settings
  • click "OK" for these changes to take effect

LAN Settings

Proxy

linux

On Linux:

On Linux, Proxy setting is done via the command line.
Run the following commands

$ export http_proxy=http://localhost:8080/
$ export https_proxy=$http_proxy
$ chromium